@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
	color: rgba(0,0,0,1.0);
	}

body {
	font-family: verdana,arial,sans-serif;
	margin: 0px;
	background-color: rgba(211,243,211,1.00);
	text-align: center;
	}

h1 {
	color: rgba(240,88,219,1.00);
	text-shadow: 2px 2px 1px rgba(255,0,0,1.0);
}

.Wrapper {
	max-width: 1400px;
	height: auto;
	margin: auto;
	padding: 0px;
	background-color: rgba(255,251,201,1.00);
	overflow: auto;
	}

/*=========================================================================*/

.Header {
	background-color: rgba(211,243,211,1.0);
	}

.HeadLeft {
	float: left;
	height: 250px;
	width: 25%;
	Margin-top: 5%;
	}

.HeadMid {
	float: left;
	height: auto;
	width: 50%;
	text-align: center;
	margin-top: 25px;
	padding-top: 5px; 
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgba(211,243,211,1.00);
	font-size: 20px;
	border: 5px  outset rgba(255,223,9,1.00);
	border-radius: 30px 30px 30px 30px;
	border-color: rgba(13,111,71,1.00);
	}

.HeadRight {
	float: left;
	width: 25%;
	height: 250px;
	Margin-top: 5%;
	}

/*=========================================================================*/

.Nav {
	float: left;
	width: 96%;
	margin: 2%;
	height: auto;
	background-color: rgba(134,209,174,1.00);
	border-radius: 20px 20px 20px 20px;
	border: 15 px solid rgba(255,0,0,1.00);
	box-shadow: 2px 2px 5px rgba(0,0,255,1.0);
	margin-bottom: 25px;
}


.Navbar {
	clear: left;
	width: 90%;
	color: red;
	height: auto;
	margin: auto;
    padding: 0px; 
	font-size: 16px;
	}

.Navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	background-color: rgba(134,209,174,1.00);
	overflow: hidden;
		}

.Navbar li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	color: rgba(218,89,245);
	text-shadow: 1px 1px 5px rgba(255,251,201,1.0);
		}

.Navbar a {
	display: block;
	width: 160px;
	margin-left: 20%;
	height: 50px;
	font-size: 20px;
	color: rgba(0,0,255,1.00);
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	border-radius: 20px 20px 20px 20px;
	border: 2 px solid rgba(255,0,0,1.00);
	}


.Navbar a:hover {
	color: rgba(255,0,0,1.00);
	font-style: oblique;
	background-color: rgba(255,251,201,1.00);
	}

.Navbar .active{
	color: rgba(255,0,0,1.00);
	background-color: rgba(146,238,236,1.00);		
	}